'Usage
Dim instance As IDataConverter(Of T) Dim data As T Dim value As Boolean value = instance.CanConvert(data)
Parameters
- data
- A <T> instance indicates the data to convert.
Return Value
true
if this data converter can convert the specified data; otherwise, false
.